Please follow the instructions to set up the system. 1. Extract the Files and set put the contents in your server htdocs folder for xampp or www folder in wampp i.e xampp/htdocs/admission 2. Create the database 'admission' and go to the import section and import the sql database from the db folder saved as admission.sql 3. After importing the database content , open your codes in any text editor and locate a file called .env to set up your database enviroment credentials. your .env file has a section like this for the database setup DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=admission DB_USERNAME=root DB_PASSWORD= Set the neccesary parameters according to your database configuration which i beleive should still be like that. 4. Now simply start this services {Apache and MySql} on Xampp or Wamp server. 5. Go to your browser and enter the url: localhost/admission --------Remember this is the name of the folder in your htdocs or www folder. 6. If you are not serving the application with php artisan serve then you have to click on the public folder and it will automatically open the application. 7. Congratulations at this stage as you have successfully installed the application. Please know that the admin has a level of 10 on the users table in the database while a normal user(Applicant) has a level of 1. To change your level after registration Go into your database and locate the users table : users{table}->level{column} then change value to 10 or 1 Test Users 1 . Email : test@yahoo.com Password: 123456 This user is an applicant . 2. Email: admin@yahoo.com Password: 123456 This user is an admin/staff Thank you do enjoy our products. Note you can also contact us for the complete material and editing of your chapter 3-5: This will come with the complete UML diagrams (Flow Chart,ERD,Use Case Diagram and more). The chapter 4 will also carry a good explanation of the implemented system with screenshots also explaining the System analysis and design, and other related information. contact us on :09064517926 or 08160350848 Visit www.codemint.net for more source codes.